Skip to content

Conversation

@TomaszTB
Copy link
Contributor

No description provided.

@TomaszTB TomaszTB marked this pull request as draft November 25, 2025 21:25
private String remoteStreamingAddress;
private int remoteStreamingPort;
private final int localStreamingPort = nextStreamingPort++;
private final int localStreamingPort = nextStreamingPort.getAndAdd(2);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah actually I think that's an important change

@TomaszTB TomaszTB force-pushed the feature/multi-zed-support branch from 892575d to 2aea86b Compare December 8, 2025 16:23
@TomaszTB TomaszTB marked this pull request as ready for review December 9, 2025 15:57
@TomaszTB TomaszTB merged commit 6127761 into develop Dec 9, 2025
59 of 67 checks passed
@TomaszTB TomaszTB deleted the feature/multi-zed-support branch December 9, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants